home *** CD-ROM | disk | FTP | other *** search
/ infoROM 17,000 Product Descriptions for Business / infoROM Product Descriptions for Business - ESX Interactive.ISO / argdemos / objdemo / toolkit.exe / SEARCH.DCL < prev    next >
Encoding:
Text File  |  1992-12-02  |  7.2 KB  |  247 lines

  1. cholist : dialog {
  2.     label = "List of Sets";
  3.     initial_focus = "cholist";
  4.     : list_box {
  5.         label = "Choose a set";
  6.         key = "lst";
  7.         width = 15;
  8.         allow_accept = true;
  9.     }
  10.     spacer;
  11.     ok_cancel;
  12. }
  13.  
  14. ssm : dialog {
  15.     label = "SEARCH/SELECTION METHOD";
  16.     : boxed_radio_row {
  17.         alignment = centered;
  18.         fixed_width = true;
  19.         : radio_button {
  20.             label = "Add";
  21.             key= "ad";
  22.         }
  23.         : radio_button {
  24.             label = "Remove";
  25.             key= "rm";
  26.         }
  27.     }
  28.     : spacer { height = 1; }
  29.     : boxed_column {
  30.         label = "Selection Method:";
  31.         : row {
  32.             : radio_column {
  33.                 fixed_width = true;
  34.                 : radio_button {
  35.                     label = "AutoCAD Selection";
  36.                     key= "as";
  37.                     allow_accept = true;
  38.                 }
  39.                 : radio_button {
  40.                     label = "All";
  41.                     key = "ll";
  42.                     allow_accept = true;
  43.                 }
  44.             }
  45.             : radio_column {
  46.                 : radio_button {
  47.                     label = "TIMS Existing Set";
  48.                     key= "es";
  49.                     allow_accept = true;
  50.                 }
  51.                 : radio_button {
  52.                     label = "ACAD Existing Set";
  53.                     key= "xs";
  54.                     allow_accept = true;
  55.                 }
  56.             }
  57.         }
  58.         : concatenation {
  59.             : spacer { width = 1.8; }
  60.             : boxed_column {
  61.                 label = "Boundary Search";
  62.                 : spacer { height = 0.5; }
  63.                 : concatenation {
  64.                     : boxed_radio_column {
  65.                         label = "Search Type";
  66.                         : radio_button {
  67.                             label = "Inside";
  68.                             key= "in";
  69.                         }
  70.                         : radio_button {
  71.                             label = "Cross";
  72.                             key= "cr";
  73.                         }
  74.                         : radio_button {
  75.                             label = "Fence";
  76.                             key = "fn";
  77.                         }
  78.                     }
  79.                     : boxed_radio_column {
  80.                         label = "Boundary Type";
  81.                         alignment = top;
  82.                         : radio_button {
  83.                             label = "User's Defined";
  84.                             key= "df";
  85.                         }
  86.                         : radio_button {
  87.                             label = "Existing";
  88.                             key= "pd";
  89.                         }
  90.                         : spacer { height = 1; }
  91.                     }
  92.                 }
  93.                 : spacer { height = 0.5; }
  94.                 : radio_column {
  95.                     label = "Boundary Profile";
  96.                     fixed_width = true;
  97.                     : radio_button {
  98.                         label = "Polyline";
  99.                         key= "pl";
  100.                         allow_accept = true;
  101.                     }
  102.                     : radio_button {
  103.                         label = "Circle";
  104.                         key= "cl";
  105.                         allow_accept = true;
  106.                     }
  107.                 }
  108.             }
  109.         }
  110.     }
  111.     spacer;
  112.     spacer;
  113.     ok_cancel;
  114.     errtile;
  115. }
  116.  
  117. spm : dialog {
  118.     label = "SEARCH/PROXIMTY METHOD";
  119.     : boxed_radio_row {
  120.         alignment = centered;
  121.         fixed_width = true;
  122.         : radio_button {
  123.             label = "Add";
  124.             key= "ad";
  125.         }
  126.         : radio_button {
  127.             label = "Remove";
  128.             key= "rm";
  129.         }
  130.     }
  131.     : spacer { height = 1; }
  132.     : boxed_column {
  133.         label = "Selection Method:";
  134.         : radio_column {
  135.             fixed_width = true;
  136.             : radio_button {
  137.                 label = "Existing Proximity";
  138.                 key= "ep";
  139.                 allow_accept = true;
  140.             }
  141.         }
  142.         : concatenation {
  143.             : spacer { width = 1.8; }
  144.             : boxed_column {
  145.             label = "Boundary Search";
  146.             : spacer { height = 0.5; }
  147.                 : concatenation {
  148.                     : boxed_radio_column {
  149.                         label = "Search Type";
  150.                         : radio_button {
  151.                             label = "Inside";
  152.                             key= "in";
  153.                         }
  154.                         : radio_button {
  155.                             label = "Cross";
  156.                             key= "cr";
  157.                         }
  158.                     }
  159.                     : boxed_radio_column {
  160.                         label = "Boundary Type";
  161.                         alignment = top;
  162.                         : radio_button {
  163.                             label = "User's Defined";
  164.                             key= "df";
  165.                         }
  166.                         : radio_button {
  167.                             label = "Existing";
  168.                             key= "pd";
  169.                         }
  170.                     }
  171.                 }
  172.                 : spacer { height = 0.5; }
  173.                 : radio_column {
  174.                     label = "Boundary Profile";
  175.                     fixed_width = true;
  176.                     : radio_button {
  177.                         label = "Around Polyline";
  178.                         key= "pl";
  179.                         allow_accept = true;
  180.                     }
  181.                     : radio_button {
  182.                         label = "Around Circle";
  183.                         key= "cl";
  184.                         allow_accept = true;
  185.                     }
  186.                     : radio_button {
  187.                         label = "Around Point";
  188.                         key= "po";
  189.                         allow_accept = true;
  190.                     }
  191.                     : radio_button {
  192.                         label = "Around Segment Set";
  193.                         key= "ss";
  194.                         allow_accept = true;
  195.                     }
  196.                 }
  197.             }
  198.         }
  199.     }
  200.     spacer;
  201.     spacer;
  202.     ok_cancel;
  203.     errtile;
  204. }
  205.  
  206. ps : dialog {
  207.     label = "POINT SET";
  208.     : boxed_radio_row {
  209.         fixed_width = true;
  210.         alignment = centered;
  211.         : radio_button {
  212.             label = "Add";
  213.             key= "ad";
  214.         }
  215.         : radio_button {
  216.             label = "Remove";
  217.             key= "rm";
  218.         }
  219.     }
  220.     spacer;
  221.     spacer;
  222.     : boxed_radio_column {
  223.             fixed_width = true;
  224.             alignment = centered;
  225.             label = "Selection Method:";
  226.             : radio_button {
  227.                 label = "Points";
  228.                 key= "pt";
  229.                 allow_accept = true;
  230.             }
  231.             : radio_button {
  232.                 label = "TIMS Existing Set";
  233.                 key= "es";
  234.                 allow_accept = true;
  235.             }
  236.             : radio_button {
  237.                 label = "ACAD Existing Set";
  238.                 key= "xs";
  239.                 allow_accept = true;
  240.             }
  241.     }
  242.     spacer;
  243.     spacer;
  244.     ok_cancel;
  245.     errtile;
  246. }
  247.